PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocumentFeatures Class / setEnablePages Method
True if the page are enabled.
In This Topic
    setEnablePages Method
    In This Topic
    Sets a value indicating whether pages are enabled.
    If pages are not enabled, then the method will null and new pages cannot be added.
    Syntax
    public void setEnablePages( 
       boolean value
    )

    Parameters

    value
    True if the page are enabled.
    See Also